Skip to content

[Extensibility Request] issue 10068: expose purchase draft utility - #11081

Draft
business-central-extensibility-bot[bot] wants to merge 1 commit into
mainfrom
bc-extrequest-implement/ext_issue-10068
Draft

[Extensibility Request] issue 10068: expose purchase draft utility#11081
business-central-extensibility-bot[bot] wants to merge 1 commit into
mainfrom
bc-extrequest-implement/ext_issue-10068

Conversation

@business-central-extensibility-bot

@business-central-extensibility-bot business-central-extensibility-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

Summary

External structured-format readers need a supported way to persist parsed data as the standard E-Document purchase draft. The existing purchase draft utility already owns the required reset, linkage, line-numbering, and persistence invariants, so this change makes that facade publicly accessible without duplicating the lifecycle or changing the reader interface.

Changes Made

  • E-Doc. Purchase Draft Utility - exposed the existing purchase-draft persistence facade so external IStructuredFormatReader implementations can populate the standard draft workflow.

Fixes #10068

Important

AI-generated: content may be inaccurate or incomplete. Please review and verify before relying on or merging.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@business-central-extensibility-bot business-central-extensibility-bot Bot added Approved The issue is approved Team: Finance GitHub request for Finance area request-for-external labels Sep 4, 2026
@github-actions github-actions Bot added AL: Apps (W1) Add-on apps for W1 Team: Integrations GitHub request for Integrations area and removed Team: Finance GitHub request for Finance area labels Sep 4, 2026
@github-actions github-actions Bot added this to the Version 30.0 milestone Sep 4, 2026
@github-actions github-actions Bot added Ownership: Needs Review Ownership is Other, low confidence, or needs manual correction Team: Other GitHub request for other area than SCM, Finance or Integration and removed Team: Integrations GitHub request for Integrations area labels Sep 4, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

⚠️ Stale Status Check Deleted

The Pull Request Build workflow run for this PR was older than 72 hours and has been deleted.

📋 Why was it deleted?

Status checks that are too old may no longer reflect the current state of the target branch. To ensure this PR is validated against the latest code and passes up-to-date checks, a fresh build is required.


🔄 How to trigger a new status check:

  1. 📤 Push a new commit to the PR branch, or
  2. 🔁 Close and reopen the PR

This will automatically trigger a new Pull Request Build workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1 Approved The issue is approved Ownership: Needs Review Ownership is Other, low confidence, or needs manual correction request-for-external Team: Other GitHub request for other area than SCM, Finance or Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Extensibility Request][E-Document] Allow external IStructuredFormatReader implementations to populate Purchase Draft

0 participants